Package-level declarations
Types
Link copied to clipboard
A CommandLineProcessor that handles two keys: KEY_ENABLED and KEY_VERBOSE.
Link copied to clipboard
Link copied to clipboard
Registers the FirAdditionalCheckersExtension's of ComposeInvestigator into the Kotlin Compiler Plugin.
Link copied to clipboard
class ComposeInvestigatorFirstPhaseExtension(messageCollector: MessageCollector, verificationMode: IrVerificationMode, features: EnumSet<FeatureFlag> = EnumSet.allOf(FeatureFlag::class.java)) : IrGenerationExtension
Performs IR visiting/transformation tasks that must be executed before the code transformations conducted by the Compose Compiler.
Link copied to clipboard
class ComposeInvestigatorLastPhaseExtension(messageCollector: MessageCollector, verificationMode: IrVerificationMode, features: EnumSet<FeatureFlag> = EnumSet.allOf(FeatureFlag::class.java)) : IrGenerationExtension
Performs IR visiting/transformation tasks that must be executed after the code transformations conducted by the Compose Compiler.
Link copied to clipboard
Registers the IrGenerationExtension's of ComposeInvestigator into the Kotlin Compiler Plugin.
Link copied to clipboard
Defines the feature that ComposeInvestigator will operate on.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Attempts to parse the given fqName and convert it to a CallableId. If the conversion to CallableId fails, an IllegalStateException is thrown.